home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK1.toast / Development Kits / Mac OS USB DDK_v1.0.1 / Examples / USBModem / ShimSerialStub.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-03  |  600 b   |  29 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        ShimSerialStub.h
  3.  
  4.     Contains:    Definitions for the serial shim interface
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.     Written by:    
  9.  
  10.  
  11. */
  12.  
  13. #ifndef    _SHIMSERIALSTUB_
  14. #define    _SHIMSERIALSTUB_
  15.  
  16. /********************************************************************************************/
  17. //
  18. //    Prototypes
  19. //
  20. /********************************************************************************************/
  21.  
  22. OSErr     InstallShimDrvr(CFragConnectionID ConnID);
  23. OSErr     RemoveShimDrvr(Boolean forceFlag);
  24. OSErr     LoadShim(void);
  25. OSErr     UnLoadShim(void);
  26. void     ShimIOComplete(ParmBlkPtr pb, OSErr result);
  27.  
  28. #endif
  29.